authenticate

open suspend override fun authenticate(request: Auth.AuthenticateRequest): Auth.AuthenticateResponse

Authenticates a user based on the provided request.

Return

The authentication response containing the JWT token.

Parameters

request

The authentication request containing username and password.